home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows4 / qvtnet28.zip / QVT_TCP.RC < prev    next >
Text File  |  1992-08-29  |  10KB  |  187 lines

  1. #=============================================================================
  2. #
  3. # Sample config file for WinQVT/Net
  4. # The '#' character begins a comment
  5. # Note that lines with no value to the right of the equal sign
  6. # are commented out, except for those that are mandatory.
  7. #
  8. # Section One: Global Configuration
  9. #
  10. # No matter how many configurations you define, these settings
  11. # are only done once!
  12. #
  13. #=============================================================================
  14. #
  15. #       Network Information
  16. #
  17. #=============================================================================
  18. pc_ip=                          # your PC's IP address (mandatory)
  19.                 # you can use the keyword 'RARP' if your network
  20.                 # supports Reverse ARP
  21. my_name=                        # your PC's network node name
  22.                 # required if you are going to use 'lpr'
  23.                 # optional otherwise
  24. netmask=255.255.255.0           # subnetting mask
  25. arptime=5                       # arp timeout in seconds
  26. #domain=                         # default domain for lookup (optional).
  27.                  # this should be a host name
  28.                  # if the name contains periods, enclose it in double quotes ("")
  29. #domaintime=                     # timeout for domain lookup, in seconds (optional)
  30. #domainretry=                    # number of retries for domain lookup (optional)
  31. domain_reuse=yes                # reuse first IP address retrieved from nameserver, yes or no
  32. packet_vector=60                # packet driver interrupt vector (hex, with NO leading '0x')
  33.                 # must be within the range 60 through 7F
  34. packet_class=0                  # 0 for Ethernet, 6 for SLIP
  35. #=============================================================================
  36. #
  37. #       Keyboard Information
  38. #
  39. #=============================================================================
  40. kb_type=enhanced                # keyboard type: 'enhanced' or 'lk250'
  41. keypad=DEC                      # use DEC or IBM mapping for 'edit' keys
  42.                 # (optional; default is DEC)
  43. nl_mode=lock                    # num-lock key locked or unlocked
  44. editor=notepad                  # default editor for news and mail
  45. #keymap=                        # file containing key redefinitions
  46. #=============================================================================
  47. #
  48. #       Printer Information
  49. #
  50. #=============================================================================
  51. printer=LPT1                    # the printer port to use for transparent printing
  52. #printer_init=                  # printer initialization string (optional)
  53. #=============================================================================
  54. #
  55. #       Console Information
  56. #
  57. #=============================================================================
  58. console_forecolor=black         # console window text color
  59. console_backcolor=white         # console window background color
  60. #auto_start=                    # list of telnet configs to start at load time
  61.                 # there can up to 5, separated by commas
  62.                 # you can also include 'ftp', 'mail', and 'news'
  63. #=============================================================================
  64. #
  65. #       Background Servers
  66. #
  67. #=============================================================================
  68. ftp_server=off                  # background FTP server: on or off
  69. rcp_server=off                  # background rcp server: on or off
  70. #passfile=                       # the name of the password file for use by the FTP server
  71.                  # use a fully-qualified DOS pathname
  72. #anonftp_dir=                    # the directory to which anonymous FTP users are restricted
  73. #=============================================================================
  74. #
  75. #       News Reader Setup
  76. #
  77. #=============================================================================
  78. #nntp_host=                     # name of NNTP server, if available
  79.                 # use a configuration name, host name, or IP address
  80.                 # if the name contains periods, enclose it in double quotes ("")
  81. nntp_font=system                # font to use in News window: 'system', 'ansi', or 'helv' (optional)
  82. nntp_forecolor=black            # color for news text display
  83. nntp_backcolor=white            # color for news window background
  84. nntp_winpos=10,10               # initial position of news window (x,y)
  85. nntp_win_height=24              # number of text lines in news window (max 36)
  86. nntp_list=5                     # number of lines in listbox (2-10, default 5)
  87. #=============================================================================
  88. #
  89. #       FTP Setup
  90. #
  91. #=============================================================================
  92. ftp_font=system                 # font for FTP window ('system' or 'ansi')
  93. ftp_forecolor=black             # foreground & background color specs
  94. ftp_backcolor=white             # for FTP window (optional)
  95. #=============================================================================
  96. #
  97. #       Mail Client Setup
  98. #
  99. #=============================================================================
  100. #pop_host=                      # default host for POP3 mail server
  101. pop_font=system                 # font for mail window ('system' or 'ansi')
  102. pop_forecolor=black             # mail window text color
  103. pop_backcolor=white             # mail window background color
  104. pop_background=on               # background 'new mail' detection (on or off)
  105. #pop_savedir=                    # default 'save' directory
  106. #=============================================================================
  107. #
  108. #       lpr client setup
  109. #
  110. #=============================================================================
  111. #lpr_hostname=                   # default host for 'lpr' client (optional)
  112. #lpr_qname=                      # default lpr queue (optional)
  113. #lpr_username=                   # username for lpr
  114.                 # mandatory if you want to use lpr
  115. #=============================================================================
  116. #
  117. # End of Global Section
  118. #
  119. #=============================================================================
  120. #
  121. # Section Two: Default Configuration
  122. #
  123. # NOTE: this section is for use as a template ONLY!
  124. # It should not be used as an actual configuration
  125. #
  126. #=============================================================================
  127. name=default                    # Configuration name (required)
  128.                 # Should be 8 characters max
  129. backsp=DEL                      # ASCII value transmitted by 'Backspace' key
  130.                 # Possible values are 'DEL' and 'BS'
  131. wrap=on                         # auto-wrap, on or off (optional: default is 'on')
  132. bell=on                         # warning bell, on or off (optional: default is 'on')
  133. terminal=VT200                  # compatibility level, VT200, VT100, or VT52
  134.                 # (optional; default is 'VT200')
  135. color=white                     # standard text color (optional: default is 'black')
  136.                 # Possible values are black, blue, green,
  137.                 # cyan, red, magenta, brown, white.
  138.                 # You may also use RGB values notated as 'nnn,nnn,nnn',
  139.                 # where each 'nnn' is a decimal number between 0 and 255.
  140. boldcolor=brown                 # high-intensity text color (optional)
  141.                 # Options are same as for 'color'
  142. backcolor=blue                  # background color; default is 'white'
  143.                 # Same choices as for 'color'
  144. charset=DEC                     # Character set: DEC, IBM, or ANSI
  145.                 # If you need strict VT emulation, use DEC
  146. font_size=LARGE                 # Use 'large' or 'small' DEC font
  147. #answerback=                    # Answerback string; response to received ENQ
  148.                 # (optional; no default)
  149. #win_height=                    # window height: normal or tall
  150. #win_pos=                       # position of window at startup time.
  151.                 # syntax is 'x,y', where 'x' and 'y' are pixel offsets, in decimal
  152. #=============================================================================
  153. # These entries are for tuning the TCP connections to this host.
  154. #=============================================================================
  155. contime=20                      # timeout in seconds to try connection
  156. retrans=4                       # starting retransmit timeout in seconds
  157. mtu=512                         # maximum transmit unit in bytes
  158. maxseg=512                      # largest segment we can receive
  159. rwin=512                        # TCP window size, MAX=4096
  160. #
  161. # End of Section Two, 'Default' Configuration
  162. #
  163. #=============================================================================
  164. #
  165. # Beginning of 'User Configuration' Section
  166. # This is where your configurations will be defined
  167. #
  168. #=============================================================================
  169. #name=                           # configuration name (mandatory)
  170. #host=                           # host name (mandatory)
  171. #host_ip=                        # IP address of this host.
  172.                 # If you omit IP addresses, you must have
  173.                 # a nameserver on your network, and you
  174.                 # must create a configuration entry for
  175.                 # that machine in this file. That configuration
  176.                 # entry must include a 'nameserver=' statement.
  177. #gateway=1                      # gateway level, starting with 1 (optional)
  178.                 # Include this statement only for machines
  179.                 # which function as gateways on your network.
  180. #nameserver=1                   # nameserver level, starting with 1 (optional)
  181.                 # Include this statement only for machines
  182.                 # which function as nameservers on your network.
  183. #color=green
  184. #boldcolor=white
  185. #backcolor=black
  186. #same_as=default                 # copy all other values from 'default'
  187.